home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00641_Script_Bribe If-You-DON'T-Pay Script < prev    next >
Text File  |  1995-05-21  |  524b  |  21 lines

  1. on exitFrame
  2.   global length, snap1, snap2, theStopFrame, whichOutCome
  3.   
  4.   if the movieTime of sprite 48 >= length then
  5.     set the loch of sprite 3 to 1000
  6.     set the locv of sprite 3 to 1000
  7.     puppetsprite 48, false
  8.     
  9.     updatestage
  10.     set the movietime of sprite 48 to 0
  11.     set the sound of cast¼
  12.  string(the name of cast value(the castNum of sprite 48)) to 0
  13.     puppetsound 0
  14.     updatestage
  15.     go frame whichOutcome
  16.     --updatestage
  17.     exit
  18.   end if
  19.   updatestage
  20.   go to the frame
  21. end